home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IO CD February 1999
/
IO_LUTY_99.ISO
/
DODATKI
/
Brood War
/
scdchooser.exe
/
0
/
RCDATA
/
TCHOOSERFORM
/
TCHOOSERFORM.txt
Wrap
Text File
|
1998-01-10
|
2KB
|
98 lines
object ChooserForm: TChooserForm
Left = 200
Top = 118
BorderStyle = bsDialog
Caption = 'SC/Diablo Server Chooser'
ClientHeight = 106
ClientWidth = 345
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object CustIPEdit: TEdit
Left = 8
Top = 8
Width = 161
Height = 24
TabOrder = 0
end
object RestIPButton: TButton
Left = 8
Top = 40
Width = 120
Height = 33
Caption = 'Use &Battle.Net'
TabOrder = 1
OnClick = RestIPButtonClick
end
object SCStartRB: TRadioButton
Left = 8
Top = 80
Width = 113
Height = 17
Caption = 'Start &Starcraft'
Checked = True
TabOrder = 2
TabStop = True
end
object DiabloSRB: TRadioButton
Left = 128
Top = 80
Width = 113
Height = 17
Caption = 'Start &Diablo'
TabOrder = 3
end
object ChangeIP: TButton
Left = 176
Top = 8
Width = 75
Height = 25
Caption = '&Change'
TabOrder = 4
OnClick = ChangeIPClick
end
object LaunchButton: TButton
Left = 264
Top = 8
Width = 75
Height = 25
Caption = '&Ok'
Default = True
TabOrder = 5
OnClick = LaunchButtonClick
end
object ExitButton: TButton
Left = 264
Top = 40
Width = 75
Height = 25
Cancel = True
Caption = 'E&xit'
TabOrder = 6
OnClick = ExitButtonClick
end
object AboutButton: TButton
Left = 264
Top = 72
Width = 75
Height = 25
Caption = '&About...'
TabOrder = 7
OnClick = AboutButtonClick
end
object ShadSynIP: TButton
Left = 136
Top = 40
Width = 113
Height = 33
Caption = '&Use [SS] Server'
TabOrder = 8
OnClick = ShadSynIPClick
end
end